home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / miami_dodatki / miamihandyrexx / miamigetonlinetime.rexx < prev    next >
OS/2 REXX Batch file  |  1997-04-21  |  263b  |  13 lines

  1. /*
  2. **  ARexx script to get Miami Online time v1.0
  3. **  By Alexandre Gabriel (a.k.a. Chryse) <chryse@mail.telepac.pt>
  4. */
  5. OPTIONS RESULTS
  6.  
  7. ADDRESS 'MIAMI.1'
  8.  
  9. GETONLINETIME
  10.  
  11. SAY "Miami is Online for:"
  12. SAY result/3600 "Hours / " result/60 "Minutes /" result "Seconds"
  13.